#include <BustaNetMessages.h>
Public Attributes | |
char | type |
The message type. | |
int | length |
The length of the entire message in bytes. | |
int | selectingPlayer |
The identification number of the client who has selected. | |
char | character |
The character selected by the player. |
The server sends this message to a client when another client has made a character selection. This allows the client to know when and what character was selected by an opponent.